crypto/internal/hpke.Sender.nextNonce (method)

2 uses

	crypto/internal/hpke (current package)
		hpke.go#L204: func (s *Sender) nextNonce() []byte {
		hpke.go#L220: 	ciphertext := s.aead.Seal(nil, s.nextNonce(), plaintext, aad)